home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Utilities / Text / OzTeX 1.9 / TeX-inputs / Graphics / oztex.def < prev    next >
Encoding:
Text File  |  1995-01-24  |  1.6 KB  |  52 lines  |  [TEXT/MPS ]

  1. %% 
  2. %% This is file `oztex.def', generated on <1995/1/24> 
  3. %% with the docstrip utility (2.2i).
  4. %% 
  5. %% The original source files were:
  6. %% 
  7. %% drivers.dtx  (with options: `oztex,macrules')
  8. %% 
  9. %% IMPORTANT NOTICE:
  10. %% You are not allowed to distribute this file.
  11. %% For distribution of the original source see
  12. %% the copyright notice in the file drivers.dtx .
  13. %% 
  14. %% drivers.dtx Copyright (C) 1994 David Carlisle Sebastian Rahtz
  15. %%
  16. %% This file is part of the Standard LaTeX `Graphics Bundle'.
  17. %%
  18. %% It should be distributed *unchanged* and together with all other
  19. %% files in the graphics bundle. The file 00readme.txt contains a list
  20. %% of all of these files.
  21. %%
  22. %% A modified version of this file may be distributed, but it should
  23. %% be distributed with a *different* name. Changed files must be
  24. %% distributed *together with a complete and unchanged* distribution
  25. %% of these files.
  26. %%
  27. \ProvidesFile{oztex.def}
  28.         [1994/12/12 v2.6 Driver-dependant file (DPC,SPQR)]
  29. \def\Ginclude@eps{\Oztex@Include{epsf}}
  30. \def\Ginclude@pntg{\Oztex@Include{pntg}}
  31. \def\Ginclude@pict{\Oztex@Include{pict}}
  32. \def\Oztex@Include#1#2{%
  33.  \ifGin@clip
  34.   \typeout{No clipping support in OzTeX}%
  35.  \fi
  36.  \divide\Gin@req@width by 65781% convert sp to bp
  37.  \divide\Gin@req@height by 65781%
  38.  \special{#1=#2\space
  39.   width=\number\Gin@req@width \space
  40.   height=\number\Gin@req@height
  41.  }%
  42. }
  43. \def\Gin@extensions{{},.ps,.eps,.pict}
  44. \@namedef{Gin@rule@.ps}#1{{eps}{.ps}{#1}}
  45. \@namedef{Gin@rule@.eps}#1{{eps}{.eps}{#1}}
  46. \@namedef{Gin@rule@.pict}#1{{pict}{}{#1}}
  47. \@namedef{Gin@rule@.pntg}#1{{pntg}{}{#1}}
  48. \@namedef{Gin@rule@}#1{{pict}{\relax}{#1}}
  49. \endinput
  50. %% 
  51. %% End of file `oztex.def'.
  52.